javaclassÊ=Ê"FeedReader1"
/*                                              determine Java class to useÊ  */
get=.bsf~new(javaClass)
/*                                        create an instance of "javaClass"   */
sayÊget~getfeed
/*                        calls the getfeed method in the FeedReader1 class   */

::requires BSF.CLS/*             this is rewuired for all programs using BSF  */
/*ÊÊÊÊÊÊ*****************************************************************ÊÊÊÊ */